
@import url(http://fonts.googleapis.com/css?family=Lato|Quicksand);

body {
    width:1000px;
}

#logo{
    margin-top:50px;
    margin-left:10px;
    margin-bottom:0px;
}

nav{
    height:260px;
    width:320px;
    margin:20px;
    padding:0px;
    float:left;
}

nav ul{
    list-style-type:none;
    padding:0px;
}

nav ul li a{
    color:#000;
    font-family: 'Lato', sans-serif;
    font-size:21px;
    line-height:30px;
    letter-spacing:1px;
    word-spacing:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    background-color:transparent;
    font-style:normal;
    font-weight:100;
    text-align:center;
    display:block;
    text-transform:uppercase;
    text-decoration:none;
}

nav ul li a:hover{
    text-decoration:underline;
}

main{
    margin:0px;
}

a:link, a:visited{
    color:black;
}

article ul li{
    list-style:disc;
    margin-bottom:5px;
}

#content{
    /*border: 1px solid;*/
    margin-top:20px;
    height:320px;
    width:540px;
    float:left;
}
header h1{
    color:#000;
    font-size:30px;
    line-height:40px;
    letter-spacing:1px;
    word-spacing:0px;
    margin-top:10px;
    margin-right:0px;
    margin-bottom:30px;
    margin-left:0px;
    background-color:transparent;
    text-transform:none;
    font-style:normal;
    font-weight:100;
    text-decoration:none;
    text-align:center;
    font-family: 'Lato', sans-serif;
}

h2{
    color:#000;
    font-size:14px;
    line-height:16px;
    letter-spacing:1px;
    word-spacing:0px;
    margin-top:20px;
    margin-right:0px;
    margin-bottom:3px;
    margin-left:0px;
    background-color:transparent;
    text-transform:none;
    font-style:normal;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    font-family: 'Lato', sans-serif;
}
h3{
    margin: 0px;
    padding: 0px;
}

article{
    color:#000;
    line-height:23px;
    letter-spacing:1px;
    word-spacing:0.3em;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:30px;
    margin-left:0px;
    background-color:transparent;
    text-transform:none;
    font-size:14px;
    font-style:normal;
    font-weight:lighter;
    font-family: 'Lato', sans-serif;
    text-decoration:none;
}

.float-ende{
    clear:both;
}

a.button {
    /*-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;*/
    width: 20%;
    padding: 5px;
    text-decoration: none;
    border: 1px solid green;
}

.tblLeft{
    width: 346px;
    padding-right:15px;
}

.tblRight{
    width: 159px;
}

.tblPoint{
    width: 27px;
    vertical-align: top;
}

.spacer{
    height: 5px;
}

.listFormat{
    list-style-position: outside;
}

.company
{
    margin-bottom: 40px;
}

.links{
    /*display: block;
    width: 300px; */
    display: inline-table;
    width: 340px;
}

.rechts{
    display: inline-block;
    border: 1px solid green;
    /*float: right;width: 147px; */
}
